- back
auto ref back()
Undocumented in source. Be warned that the author may not have intended to support it.
- empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
- front
auto ref front()
Undocumented in source. Be warned that the author may not have intended to support it.
- length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
auto ref opAssign(U value)
- opIndex
auto ref opIndex(size_t i)
- opIndex
This opIndex()
- opIndex
This opIndex(size_t[2] indices)
- opOpAssign
auto ref opOpAssign(U value)
- opSlice
size_t[2] opSlice(size_t i, size_t j)
- opUnary
auto ref opUnary()
- popBack
void popBack()
Undocumented in source. Be warned that the author may not have intended to support it.
- popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
- save
This save()
Undocumented in source. Be warned that the author may not have intended to support it.